debian/control: make sure the webengine is built only where available, to let the...
authorGianfranco Costamagna <locutusofborg@debian.org>
Tue, 6 Aug 2024 09:57:12 +0000 (09:57 +0000)
committerGianfranco Costamagna <locutusofborg@debian.org>
Tue, 6 Aug 2024 09:57:12 +0000 (09:57 +0000)
debian/control

index 460d7c2f61e974e0511515db25cfe758f7eccb73..d92d75e82626fd9695e54b58bb4b6d30d584dd62 100644 (file)
@@ -75,7 +75,7 @@ Build-Depends:
  qt6-translations-l10n (>= 6.6),
  qt6-wayland (>= 6.6),
  qt6-webchannel-dev (>= 6.6),
- qt6-webengine-dev (>= 6.6),
+ qt6-webengine-dev (>= 6.6) [amd64 arm64 armhf i386],
  qt6-websockets-dev (>= 6.6),
  qtchooser,
  sip-tools (>= 6.5),
@@ -999,7 +999,7 @@ Description: Python bindings for Qt 6 WebChannel module (Python 3)
  This package contains Python 3 bindings for the QtWebChannel module.
 
 Package: python3-pyside6.qtwebenginecore
-Architecture: amd64 arm64 armhf i386 mips64el
+Architecture: amd64 arm64 armhf i386
 Depends:
  python3-pyside6.qtcore,
  python3-pyside6.qtgui,
@@ -1018,7 +1018,7 @@ Description: Python bindings for Qt 6 WebEngineCore module (Python 3)
  This package contains Python 3 bindings for the QtWebEngineCore module.
 
 Package: python3-pyside6.qtwebenginequick
-Architecture: amd64 arm64 armhf i386 mips64el
+Architecture: amd64 arm64 armhf i386
 Depends:
  python3-pyside6.qtcore,
  python3-pyside6.qtnetwork,
@@ -1035,7 +1035,7 @@ Description: Python bindings for Qt 6 WebEngineQuick module (Python 3)
  This package contains Python 3 bindings for the QtWebEnginequick module.
 
 Package: python3-pyside6.qtwebenginewidgets
-Architecture: amd64 arm64 armhf i386 mips64el
+Architecture: amd64 arm64 armhf i386
 Depends:
  python3-pyside6.qtcore,
  python3-pyside6.qtgui,